Get System Folder
Command Prototype
sRet = Sys.GetSystemPath(sFolderIndex)
Command Description
Get the path to the system folder
Parameter Description
- Required Parameter
- sFolderIndex--The folder to get: when "system" is passed, get the path to system folder; when "windows" is passed, get the path to Windows folder; when "desktop" is passed, get the path to the Desktop; when "program" is passed, get the path to the software installation directory; when "temp" is passed, get the path to a temporary directory; when "startmenu", get the path to Start menu folder
- return
- sRet--The variable used to save the output of the function call